翻訳と辞書
Words near each other
・ Lespouey
・ Lespourcy
・ Lespugue
・ Lespwa
・ Lespéron
・ Lesquerde
・ Lesquerella
・ Lesquerolic acid
・ Lesquielles-Saint-Germain
・ Lesquin
・ Lesra Martin
・ Lesroy Irish
・ Lesroy Weekes
・ Less
・ Less (band)
Less (stylesheet language)
・ Less (Unix)
・ Less and Less
・ Less Browne
・ Less Commonly Taught Languages
・ Less Deep Inside Keeps
・ Less eligibility
・ Less is more
・ Less Is More (album)
・ Less is More Tour
・ Less significant planets in the Noon Universe
・ Less Talk, More Rock
・ Less than 3
・ Less Than an Hour
・ Less than Angels


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Less (stylesheet language) : ウィキペディア英語版
Less (stylesheet language)

Less (sometimes stylized as LESS) is a dynamic style sheet language that can be compiled into Cascading Style Sheets (CSS) and run on the client-side or server-side.〔(Official Less website ) Official Less website〕
Designed by Alexis Sellier, Less is influenced by Sass and has influenced the newer "SCSS" syntax of Sass, which adapted its CSS-like block formatting syntax.〔(Sass and Less ) Sass and Less〕 Less is open-source. Its first version was written in Ruby; however, in the later versions, use of Ruby has been deprecated and replaced by JavaScript. The indented syntax of Less is a nested metalanguage, as valid CSS is valid Less code with the same semantics. Less provides the following mechanisms: variables, nesting, mixins, operators and functions; the main difference between Less and other CSS precompilers being that Less allows real-time compilation via less.js by the browser.〔(【引用サイトリンク】title=css - Is there a SASS.js? Something like LESS.js? )〕〔
== Variables ==
Less allows variables to be defined. Variables in Less are defined with an at sign (@). Variable assignment is done with a colon (:).
During translation, the values of the variables are inserted into the output CSS document.〔

@pale-green-color: #4D926F;
#header
h2

The code above in Less would compile to the following CSS code.

#header
h2


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Less (stylesheet language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.